home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / protect / pgp263.zip / PGP.HLP < prev    next >
Text File  |  1996-01-12  |  2KB  |  38 lines

  1. Here's a short summary of commands in PGP 2.6.3i:
  2.  
  3. Generate new key pair:  pgp -kg    [keybits]
  4. Add key:                pgp -ka     keyfile           [keyring]
  5. Extract key:            pgp -kx[a]  userid   keyfile  [keyring]
  6. View key(s):            pgp -kv[v] [userid]           [keyring]
  7. View fingerprint:       pgp -kvc   [userid]           [keyring]
  8. Check & view in detail: pgp -kc    [userid]           [keyring]
  9. Remove userid or key:   pgp -kr     userid            [keyring]
  10.                         (Repeat for multiple userids on a key)
  11. Edit trust params:      pgp -ke     userid            [keyring]
  12. Add another userid:     pgp -ke     your_userid       [keyring]
  13. Edit passphrase:        pgp -ke     your_userid       [keyring]
  14. Sign a key in pubring:  pgp -ks other_id [-u sign_id] [keyring]
  15. Remove a sig from key:  pgp -krs    userid            [keyring]
  16. Revoke, dis/enable:     pgp -kd     userid            [keyring]
  17.  
  18. Encrypt:                pgp -e[a]  textfile TO_id [TO_id2 TO_id3...]
  19. Sign:                   pgp -s[a]  textfile                         [-u MY_id]
  20. Sign & encrypt:         pgp -se[a] textfile TO_id [TO_id2 TO_id3...][-u MY_id]
  21. Make detached cert:     pgp -sb[a] [+clearsig=on] mainfile          [-u MY_id]
  22.   (Can do binaries)     (clearsig=on may be set in CONFIG.TXT)
  23. Encrypt with IDEA only: pgp -c     textfile
  24. Decrypt or check sig:   pgp [-d] [-p] cryptogram
  25.                         (-d to keep pgp data, -p for original file name)
  26. Check detached cert:    pgp certfile [mainfile]
  27.                         (If root of filenames are the same omit [mainfile])
  28.  
  29. Use [a] for ASCII output
  30. Use [-o outfile] to specify an output file
  31. Use [-@ textfile] to specify additional userids when encrypting
  32. Use [-z"pass phrase"] to specify your pass phrase
  33. Use [+batchmode] for errorlevel returns
  34. Use [f] for stream redirection ( pgp -f[ARGS] <infile >outfile )
  35. Use [w] to wipe plaintext file (encryption operations)
  36. Use [m] to force display of plaintext only (no output file)
  37. Use [t] to alter line endings for unix, etc.
  38.